All Questions
2 questions
0votes
2answers
144views
Script to execute a task when certain TCP traffic appears (Raspberry Pi OS Bookworm)
I am using a Raspberry Pi as a Wifi bridge in my kitchen at home to bring network connectivity to a device that only has ethernet. I used a Will Haley guide and it works great. That part is solved ...
1vote
1answer
877views
How to send data from Raspberry pi to Remote SQL DB without installing mysql or mysql Client
I would like send some port checking data and a timestamp ( both saved as a variable) to my remote Mysql DB running on a linux Node machine . I don't want install sql or sql client in Pi because the ...